home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / isccc / events.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-09-17  |  1.3 KB  |  38 lines

  1. /*
  2.  * Portions Copyright (C) 2004, 2005  Internet Systems Consortium, Inc. ("ISC")
  3.  * Portions Copyright (C) 2001  Internet Software Consortium.
  4.  * Portions Copyright (C) 2001  Nominum, Inc.
  5.  *
  6.  * Permission to use, copy, modify, and distribute this software for any
  7.  * purpose with or without fee is hereby granted, provided that the above
  8.  * copyright notice and this permission notice appear in all copies.
  9.  *
  10.  * THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NOMINUM DISCLAIMS ALL
  11.  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  12.  * OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY
  13.  * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  14.  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  15.  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  16.  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  17.  */
  18.  
  19. /* $Id: events.h,v 1.3.18.2 2005/04/29 00:17:13 marka Exp $ */
  20.  
  21. #ifndef ISCCC_EVENTS_H
  22. #define ISCCC_EVENTS_H 1
  23.  
  24. /*! \file */
  25.  
  26. #include <isc/eventclass.h>
  27.  
  28. /*%
  29.  * Registry of ISCCC event numbers.
  30.  */
  31.  
  32. #define ISCCC_EVENT_CCMSG            (ISC_EVENTCLASS_ISCCC + 0)
  33.  
  34. #define ISCCC_EVENT_FIRSTEVENT            (ISC_EVENTCLASS_ISCCC + 0)
  35. #define ISCCC_EVENT_LASTEVENT            (ISC_EVENTCLASS_ISCCC + 65535)
  36.  
  37. #endif /* ISCCC_EVENTS_H */
  38.